home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / misc / math / mathan.lha / mathan / examples / bode.mth next >
Encoding:
Text File  |  1997-07-27  |  182 b   |  7 lines

  1.  
  2. "    Bode Plot of a transfer function.    "
  3. "    Example C-3 from Microelectronics (Millman/Grabel). "
  4.  
  5. F(s)=1e4*(s+40)/(s^2+410s+4000)
  6. Draw("{w,20*Log(Mag(F(i*10^w)))}",{"w",-1,4,100})
  7. Exit